 |
 |
 |
 |
#201493 - 11/20/03 06:26 PM
[6.6 - 6.7] [beta] HyperCells
|
Master Hacker
Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
|
Modification Name: HyperCells Author(s): Weird Al Description: Adds that really cool mouseover effect for the table cells Demo: none Requirements: 6.6.x - 6.7.x Download Link: 6.6 6.7 Credits: Gizzy for making me do it, and for the 6.4 version Instructions / Other Info: Upload files once done. The Hypercell settings can be found in the Style edit page
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#201496 - 11/20/03 10:05 PM
Re: [6.6 - 6.7] [beta] HyperCells
|
Master Hacker
Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#201501 - 11/21/03 01:10 AM
Re: [6.6 - 6.7] [beta] HyperCells
|
Wizard
Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#201515 - 12/24/05 10:58 AM
Re: [6.6 - 6.7] [beta] HyperCells
|
Member
Registered: 11/28/02
Posts: 187
Loc: Jonesboro, Arkansas
|
I just fixed the afore mentioned error... public_forum_summary.pl#### FIND #### sub Normal_Table_Row {
#HyperCells Hack
#Get Correct Path for HyperCells link
$HyperCellPath1 = "";
if ($vars_style{HyperCells_Toggle} == 1) {
$HyperCellPath1 = qq~onclick="window.location.href='$ULTIMATEBB{"ubb=forum;f=$x"}';"~;
}#### REPLACE WITH #### sub Normal_Table_Row {
#HyperCells Hack
#Get Correct Path for HyperCells link
$HyperCellPath1 = "";
if ($vars_style{HyperCells_Toggle} == 1) {
$HyperCellPath1 = qq~onclick="window.location.href='$ULTIMATEBB{"ubb=forum;f=$x"}';"~;
}
$HyperCellPath2 = "";
if ($vars_style{HyperCells_Toggle} == 1) {
$HyperCellPath2 = qq~onclick="window.location.href='$ULTIMATEBB{"ubb=get_topic;f=$x;t=$last_post_number$pglnk#"}';"~;
}#### FIND #### $Row .= qq~
<td bgcolor="$alt_color" nowrap="nowrap" valign="top" align="left" $alt_HyperCells$HyperCellPath> #### REPLACE WITH #### $Row .= qq~
<td bgcolor="$alt_color" nowrap="nowrap" valign="top" align="left" $alt_HyperCells$HyperCellPath2> To see it in action, visit www.gr-outdoors.com {FORUMS}
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#201519 - 12/24/05 04:47 PM
Re: [6.6 - 6.7] [beta] HyperCells
|
Wizard
Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|